home *** CD-ROM | disk | FTP | other *** search
/ Light ROM 1 / LIGHT-ROM 1 (Amiga Library Services)(1994).iso / ffdisks / d936.lha / TKEd / Install_Fonts < prev    next >
Text File  |  1993-12-20  |  342b  |  16 lines

  1. ECHO "assign TKEd:"
  2. ASSIGN TKEd: ""
  3. ECHO "OK. installing fonts"
  4. copy TKEd:fonts/TKEd.font to fonts:
  5. failat 30
  6. makedir fonts:TKEd
  7. failat 10
  8. copy TKEd:fonts/TKEd/8 to fonts:TKEd
  9. copy TKEd:fonts/TKEd/11 to fonts:TKEd
  10. copy TKEd:fonts/TKEd/12 to fonts:TKEd
  11. copy TKEd:fonts/TKEd/13 to fonts:TKEd
  12. copy TKEd:fonts/TKEd/16 to fonts:TKEd
  13. ECHO "DONE"
  14.  
  15.  
  16.